-
Notifications
You must be signed in to change notification settings - Fork 25
Wrap concavehull
#218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Wrap concavehull
#218
Conversation
|
The real reason I want this is to create stress tests for GeometryOps natural indexing. A polygon so generated will hopefully have a lot of spatially uncorrelated edges leading to large rectangles at the leaf level in the index... |
|
CI seems fine except for GeoInterfaceMakie issues... |
evetion
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Concave hull of polygons feels wrong to me, but it seems it's just wrapping libgeos here. It's for multigeometries I assume, returning multiple concave hulls?
|
I think it's more so that the erosion respects the borders of polygons as things that it should not erode. All of these methods are Delaunay erosion anyway... |
It should error according to the comment there
…er than references
|
CI is finally going! |

Does what it says on the tin :)
Wraps
GEOSConcaveHullandGEOSConcaveHullByLengthin a single user accessible functionconcavehull, which requires a second real number argument.Also adds some convenience context to the tests on GI conversions so we can figure out which function is going wrong.
Fix #181